home *** CD-ROM | disk | FTP | other *** search
- function walkshow()
- {
- if(player.ani._currentframe != 2 && _root.jump == false)
- {
- player.ani.gotoAndStop(2);
- }
- }
- function restshow()
- {
- if(player.ani._currentframe != 1 && atk == false)
- {
- player.ani.gotoAndStop(1);
- }
- }
- function normalatk()
- {
- if(player.ani._currentframe != 3 && atk == false)
- {
- player.ani.gotoAndStop(3);
- _root.player.ani.atkani.gotoAndPlay(2);
- }
- }
- function swingatk()
- {
- if(player.ani._currentframe != 3 && atk == false)
- {
- player.ani.gotoAndStop(11);
- }
- }
- function alertshow()
- {
- if(player.ani._currentframe != 4 && atk == false)
- {
- player.ani.gotoAndStop(4);
- }
- }
-